Sponsored Content
Full Discussion: latest version of bsd
Operating Systems BSD latest version of bsd Post 302100092 by chilaka on Saturday 16th of December 2006 06:48:23 AM
Old 12-16-2006
Question latest version of bsd

Any body there ? What is latest BSD version ?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Downloading vs buying latest version of os

I am currently taking a Unix programming class in school, I want ot know which is more efficient and quicker, downloading the os or buying the os (4 Replies)
Discussion started by: lavonte
4 Replies

2. UNIX for Dummies Questions & Answers

What is the latest version of Unix?

I want to buy it (2 Replies)
Discussion started by: LANSTARR.COM
2 Replies

3. Shell Programming and Scripting

Latest version of a file across the servers ..

:o How do I confirm that the script on one server is latest compare to other servers? Is there any script which can tell me the latest version of a file across the servers? Thanks, (2 Replies)
Discussion started by: Sandy
2 Replies

4. Shell Programming and Scripting

To check if the latest version of given GDG base has data

Hi All , I am trying to run a shell script through a JCL . The requirement is I have a gdg base name and I need to create a script that will just check if the latest version of that gdg has data or not . If it doesnt have data RC 4 need to be returned . One more thing which is bothering me is i... (3 Replies)
Discussion started by: mavesum
3 Replies

5. UNIX for Dummies Questions & Answers

which version of BSD

I've noticed there are different versions of BSD, unless I'm confused. How can I tell what version of BSD is on my Mac -- free, open,or what? I think I read somewhere that Mac OSX is Darwin, and is that a different version that the others? (2 Replies)
Discussion started by: Straitsfan
2 Replies

6. Shell Programming and Scripting

identy the latest version using shell command

Hi, I have some version number's present in a text file like version.txt contains 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 (may be more that this) can we write any specific shell command to find it out the latest version (For this it is 1.0.4 ) ? I am a new user of shell command and cud... (6 Replies)
Discussion started by: bhaskar_m
6 Replies

7. Shell Programming and Scripting

search latest version of log file

Have checked the forums and couldnt locate help on this. I want to grep a log file for a pattern using a script - I need to grep the latest log file and not sure how I am able to ensure I am greping the latest log file. Here is sample of log files for yestersday and I effectively need to grep... (10 Replies)
Discussion started by: frustrated1
10 Replies

8. AIX

Latest firmware version for P770

Dears i have a power7 P770 working in AIX 5.3 TL 11 with frimware AM730_066 is the AM730_066 frimware the latest one or not ? (6 Replies)
Discussion started by: thecobra151
6 Replies

9. Shell Programming and Scripting

How to Fetch latest version form a file?

Hi, I have a file where versions will be updated, i need to get latest/last updated version from that file. Could you please help? File looks like below - <versions> <version>R20180417.006</version> <version>R20180421.007</version> <version>R20180421.008</version> ... (5 Replies)
Discussion started by: schandra128
5 Replies

10. Solaris

Solaris 11 SRU latest version

Hi During a host review session I was told to check if the engineers have been updating Solaris 11 OS regularly by verifying the SRU version of the system. However i was having no luck in finding the latest SRU version number in oracle website for hours. I wonder did anyone here know where i... (4 Replies)
Discussion started by: kaze
4 Replies
eXosip2 SDP helper API.(3)					    libeXosip2						eXosip2 SDP helper API.(3)

NAME
eXosip2 SDP helper API. - Functions sdp_message_t * eXosip_get_remote_sdp (int did) sdp_message_t * eXosip_get_local_sdp (int did) sdp_message_t * eXosip_get_previous_local_sdp (int did) sdp_message_t * eXosip_get_remote_sdp_from_tid (int tid) sdp_message_t * eXosip_get_local_sdp_from_tid (int tid) sdp_message_t * eXosip_get_sdp_info (osip_message_t *message) sdp_connection_t * eXosip_get_audio_connection (sdp_message_t *sdp) sdp_media_t * eXosip_get_audio_media (sdp_message_t *sdp) sdp_connection_t * eXosip_get_video_connection (sdp_message_t *sdp) sdp_media_t * eXosip_get_video_media (sdp_message_t *sdp) sdp_connection_t * eXosip_get_connection (sdp_message_t *sdp, const char *media) sdp_media_t * eXosip_get_media (sdp_message_t *sdp, const char *media) Detailed Description Function Documentation sdp_message_t* eXosip_get_remote_sdp (intdid) Get remote SDP body for the latest INVITE of call. Parameters: did dialog id of call. sdp_message_t* eXosip_get_local_sdp (intdid) Get local SDP body for the latest INVITE of call. Parameters: did dialog id of call. sdp_message_t* eXosip_get_previous_local_sdp (intdid) Get local SDP body for the previous latest INVITE of call. Parameters: did dialog id of call. sdp_message_t* eXosip_get_remote_sdp_from_tid (inttid) Get remote SDP body for the latest INVITE of call. Parameters: tid transction id of transaction. sdp_message_t* eXosip_get_local_sdp_from_tid (inttid) Get local SDP body for the latest INVITE of call. Parameters: tid transction id of transaction. sdp_message_t* eXosip_get_sdp_info (osip_message_t *message) Get local SDP body for the given message. Parameters: message message containing the SDP. sdp_connection_t* eXosip_get_audio_connection (sdp_message_t *sdp) Get audio connection information for call. Parameters: sdp sdp information. sdp_media_t* eXosip_get_audio_media (sdp_message_t *sdp) Get audio media information for call. Parameters: sdp sdp information. sdp_connection_t* eXosip_get_video_connection (sdp_message_t *sdp) Get video connection information for call. Parameters: sdp sdp information. sdp_media_t* eXosip_get_video_media (sdp_message_t *sdp) Get video media information for call. Parameters: sdp sdp information. sdp_connection_t* eXosip_get_connection (sdp_message_t *sdp, const char *media) Get media connection information for call. Parameters: sdp sdp information. media media to search. sdp_media_t* eXosip_get_media (sdp_message_t *sdp, const char *media) Get media information for call. Parameters: sdp sdp information. media media to search. Author Generated automatically by Doxygen for libeXosip2 from the source code. Version 3.1.0 Sun Jun 24 2012 eXosip2 SDP helper API.(3)
All times are GMT -4. The time now is 08:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy